From 7884481f98964679398119916bb9a07e1ae3f674 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 28 Apr 2006 17:03:34 +0000 Subject: [PATCH] Make recompute take a const. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1973 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/route.c b/gpsbabel/route.c index 108d10460..df156b0a9 100644 --- a/gpsbabel/route.c +++ b/gpsbabel/route.c @@ -448,7 +448,7 @@ track_restore( queue *head_bak) * Run over all the trackpoints, computing heading (course), speed, and * and so on. */ -void track_recompute(route_head *trk) +void track_recompute(const route_head *trk) { waypoint first; waypoint *this; -- 2.30.2